home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 6535 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: fc.hp.com!tomk
  2. From: tomk@fc.hp.com (Tom Kennedy)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: ZIP-Drive and PC-TASK
  5. Date: 7 Mar 1996 04:47:50 GMT
  6. Organization: Hewlett-Packard Fort Collins Site
  7. Message-ID: <4hlppm$l7r@fcnews.fc.hp.com>
  8. References: <31266C34.62D5@unet.univie.ac.at> <1655.6623T690T850@xmission.com> <Dn4r2u.E6C@actrix.gen.nz> <4grol0$5e4@nntp5.u.washington.edu> <4h2k6q$fug@fcnews.fc.hp.com>
  9. NNTP-Posting-Host: magnum.fc.hp.com
  10. X-Newsreader: TIN [version 1.2 PL1.4]
  11.  
  12. Tom Kennedy (tomk@fc.hp.com) wrote:
  13.  
  14. : Have two mountlists for the Zip drive.  One called PZC: with a
  15. : filesystem of CrossDOSFileSystem (used for the Amiga side to read the
  16. : messy-dos Zip disks), and another called PZ0:, with a filesystem of
  17. : anything else.  (Both should have the same geometry, just different
  18. : filesystems.)
  19.  
  20. I was asked to post my PC-TASK mountlist, so here it is:
  21.  
  22. IZ0:
  23. /* Mountfile Entry Created: 12-Jul-95 19:46:24
  24.  * for full CrossDOS Disk.
  25.  *
  26.  * Disk Size: 95.9 Meg
  27.  * Vendor and drive name: 006 IOMEGA   ZIP 100
  28.  *
  29.  * Dummy file system (Crossdos messy-dos hard drive file system changes
  30.  * geometry) -> use this mountlist for PC-TASK
  31.  */
  32. /* Disk size parameters.*/
  33.   Surfaces = 2
  34.   BlocksPerTrack = 32
  35.   Lowcyl = 0
  36.   Highcyl = 3071
  37.   BufMemType = 0
  38.   Blocksize = 512
  39. /* Device driver parameters.*/
  40.   Device = 2nd.scsi.device
  41.   Unit = 5
  42. /*  Flags = 0x00000000 */
  43. /* File system parameters.*/
  44.   Mask = 0xFFFFFFFE
  45.   Maxtransfer = 0x00FFFFFF
  46.   Reserved = 0
  47.   Filesystem = L:CrossDOSFileSystem
  48.   Stacksize = 2000
  49.   Priority = 5
  50.   Bootpri = -20
  51.   Globvec = -1
  52.   Buffers = 5
  53.   Dostype = 0x4d534400
  54.   Mount = 0
  55. #
  56.  
  57. (The dostype feild can be anything except 0x4d534800, and the
  58. filesystem can be anything.)
  59.  
  60. Note that PC-TASK does not support removable media, so you must reboot
  61. (or perhaps chkdsk -- I can't test it, since I have only one messy-dos
  62. zip disk) when you change disks.
  63.  
  64. Tom Kennedy
  65.  
  66.